ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / LabelMin Property

In This Topic
    LabelMin Property
    In This Topic
    Gets or sets a value that determines whether the minimum axis value should be always labeled.
    Syntax
    'Declaration
     
    
    Public Property LabelMin As Boolean
    public bool LabelMin {get; set;}
    See Also